home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFDATETIME / TFDATETIME.txt
Encoding:
Text File  |  2005-11-17  |  21.4 KB  |  812 lines

  1. object fDatetime: TfDatetime
  2.   Left = 374
  3.   Top = 204
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Date/Time'
  7.   ClientHeight = 308
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   Constraints.MaxWidth = 360
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PageControl: TbsSkinPageControl
  25.     Left = 7
  26.     Top = 7
  27.     Width = 234
  28.     Height = 287
  29.     ActivePage = tsShiftBy
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBtnText
  32.     Font.Height = 13
  33.     Font.Name = 'Tahoma'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     TabIndex = 1
  37.     TabOrder = 0
  38.     OnChange = PageControlChange
  39.     DefaultFont.Charset = DEFAULT_CHARSET
  40.     DefaultFont.Color = clBtnText
  41.     DefaultFont.Height = 14
  42.     DefaultFont.Name = 'Tahoma'
  43.     DefaultFont.Style = []
  44.     UseSkinFont = True
  45.     DefaultItemHeight = 20
  46.     SkinData = SkinDataModule.SkinData
  47.     SkinDataName = 'tab'
  48.     object tsChange: TbsSkinTabSheet
  49.       Caption = 'Change to'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clBtnText
  52.       Font.Height = 14
  53.       Font.Name = 'Tahoma'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       object BevelA: TbsSkinBevel
  57.         Left = 15
  58.         Top = 188
  59.         Width = 200
  60.         Height = 4
  61.         Shape = bsFrame
  62.         Visible = False
  63.         SkinData = SkinDataModule.SkinData
  64.         SkinDataName = 'bevel'
  65.         DividerMode = False
  66.       end
  67.       object LTime: TLabel
  68.         Left = 102
  69.         Top = 205
  70.         Width = 26
  71.         Height = 13
  72.         Alignment = taRightJustify
  73.         Caption = 'Time:'
  74.         Font.Charset = DEFAULT_CHARSET
  75.         Font.Color = 3947580
  76.         Font.Height = -11
  77.         Font.Name = 'Tahoma'
  78.         Font.Style = []
  79.         ParentFont = False
  80.         Transparent = True
  81.       end
  82.       object cbMonth: TAMCustomComboBox
  83.         Left = 15
  84.         Top = 9
  85.         Width = 95
  86.         Height = 20
  87.         TabOrder = 0
  88.         SkinData = SkinDataModule.SkinData
  89.         SkinDataName = 'comboboxlight'
  90.         OnMouseEnter = cbMonthMouseEnter
  91.         DefaultFont.Charset = DEFAULT_CHARSET
  92.         DefaultFont.Color = clWindowText
  93.         DefaultFont.Height = 13
  94.         DefaultFont.Name = 'Tahoma'
  95.         DefaultFont.Style = [fsBold]
  96.         DefaultWidth = 0
  97.         DefaultHeight = 0
  98.         UseSkinFont = False
  99.         OnChange = cbMonthChange
  100.         Text = 'January'
  101.         Items.Strings = (
  102.           'January'
  103.           '')
  104.         ItemIndex = 0
  105.         DropDownCount = 12
  106.         Style = bscbFixedStyle
  107.         TabStop = True
  108.       end
  109.       object eYear: TbsSkinSpinEdit
  110.         Left = 120
  111.         Top = 9
  112.         Width = 95
  113.         Height = 20
  114.         TabOrder = 1
  115.         SkinData = SkinDataModule.SkinData
  116.         SkinDataName = 'spinedit'
  117.         OnMouseEnter = eYearMouseEnter
  118.         DefaultFont.Charset = DEFAULT_CHARSET
  119.         DefaultFont.Color = clWindowText
  120.         DefaultFont.Height = 13
  121.         DefaultFont.Name = 'Tahoma'
  122.         DefaultFont.Style = [fsBold]
  123.         DefaultWidth = 0
  124.         DefaultHeight = 0
  125.         UseSkinFont = False
  126.         ValueType = vtInteger
  127.         MinValue = 1900
  128.         MaxValue = 2200
  129.         Value = 2004
  130.         Increment = 1
  131.         EditorEnabled = True
  132.         MaxLength = 0
  133.         OnChange = eYearChange
  134.         OnEditKeyDown = eYearEditKeyDown
  135.         OnEditKeyPress = eYearEditKeyPress
  136.       end
  137.       object DayCalendar: TbsSkinMonthCalendar
  138.         Left = 15
  139.         Top = 39
  140.         Width = 200
  141.         Height = 148
  142.         TabOrder = 2
  143.         SkinData = SkinDataModule.SkinData
  144.         SkinDataName = 'panellight'
  145.         DefaultFont.Charset = DEFAULT_CHARSET
  146.         DefaultFont.Color = clBlack
  147.         DefaultFont.Height = 13
  148.         DefaultFont.Name = 'Tahoma'
  149.         DefaultFont.Style = []
  150.         DefaultWidth = 0
  151.         DefaultHeight = 0
  152.         UseSkinFont = True
  153.         AutoEnabledControls = True
  154.         CheckedMode = False
  155.         Checked = False
  156.         DefaultAlignment = taLeftJustify
  157.         DefaultCaptionHeight = 22
  158.         BorderStyle = bvFrame
  159.         CaptionMode = False
  160.         RollUpMode = False
  161.         RollUpState = False
  162.         NumGlyphs = 1
  163.         Spacing = 2
  164.         Caption = 'DayCalendar'
  165.         OnDblClick = DayCalendarDblClick
  166.         Date = 36601
  167.         TodayDefault = False
  168.         FirstDayOfWeek = Sun
  169.         OnNumberClick = DayCalendarNumberClick
  170.       end
  171.       object eTime: TAMTimeProEdit
  172.         Left = 135
  173.         Top = 201
  174.         Width = 81
  175.         Height = 20
  176.         TabOrder = 3
  177.         SkinData = SkinDataModule.SkinData
  178.         SkinDataName = 'editlight'
  179.         DefaultFont.Charset = DEFAULT_CHARSET
  180.         DefaultFont.Color = clWindowText
  181.         DefaultFont.Height = 13
  182.         DefaultFont.Name = 'Tahoma'
  183.         DefaultFont.Style = []
  184.         DefaultWidth = 0
  185.         DefaultHeight = 0
  186.         UseSkinFont = True
  187.         AutoEnabledControls = True
  188.         CheckedMode = False
  189.         Checked = False
  190.         DefaultAlignment = taLeftJustify
  191.         DefaultCaptionHeight = 22
  192.         BorderStyle = bvFrame
  193.         CaptionMode = False
  194.         RollUpMode = False
  195.         RollUpState = False
  196.         NumGlyphs = 1
  197.         Spacing = 2
  198.         SkinDataNameEdit = 'edithourmin'
  199.         OnChangeTime = eTimeChangeTime
  200.       end
  201.     end
  202.     object tsShiftBy: TbsSkinTabSheet
  203.       Caption = 'Shift by'
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clBtnText
  206.       Font.Height = 14
  207.       Font.Name = 'Tahoma'
  208.       Font.Style = []
  209.       ParentFont = False
  210.       object BevelC: TbsSkinBevel
  211.         Left = 17
  212.         Top = 79
  213.         Width = 191
  214.         Height = 4
  215.         Shape = bsBottomLine
  216.         SkinData = SkinDataModule.SkinData
  217.         SkinDataName = 'bevel'
  218.         DividerMode = False
  219.       end
  220.       object lHour: TLabel
  221.         Left = 124
  222.         Top = 26
  223.         Width = 10
  224.         Height = 13
  225.         Caption = 'h:'
  226.         Font.Charset = DEFAULT_CHARSET
  227.         Font.Color = clWindowText
  228.         Font.Height = 13
  229.         Font.Name = 'Tahoma'
  230.         Font.Style = []
  231.         ParentFont = False
  232.         Transparent = True
  233.       end
  234.       object eTimeShift: TAMTimeProEdit
  235.         Left = 123
  236.         Top = 44
  237.         Width = 81
  238.         Height = 20
  239.         TabOrder = 0
  240.         SkinData = SkinDataModule.SkinData
  241.         SkinDataName = 'editlight'
  242.         DefaultFont.Charset = DEFAULT_CHARSET
  243.         DefaultFont.Color = clWindowText
  244.         DefaultFont.Height = 13
  245.         DefaultFont.Name = 'Tahoma'
  246.         DefaultFont.Style = []
  247.         DefaultWidth = 0
  248.         DefaultHeight = 0
  249.         UseSkinFont = True
  250.         AutoEnabledControls = True
  251.         CheckedMode = False
  252.         Checked = False
  253.         DefaultAlignment = taLeftJustify
  254.         DefaultCaptionHeight = 22
  255.         BorderStyle = bvFrame
  256.         CaptionMode = False
  257.         RollUpMode = False
  258.         RollUpState = False
  259.         NumGlyphs = 1
  260.         Spacing = 2
  261.         SkinDataNameEdit = 'edithourmin'
  262.         OnChangeTime = eTimeChangeTime
  263.       end
  264.       object rbForward: TAMCheckRadioBox
  265.         Left = 14
  266.         Top = 20
  267.         Width = 51
  268.         Height = 25
  269.         TabOrder = 1
  270.         SkinData = SkinDataModule.SkinData
  271.         SkinDataName = 'radiobox'
  272.         DefaultFont.Charset = DEFAULT_CHARSET
  273.         DefaultFont.Color = clWindowText
  274.         DefaultFont.Height = 13
  275.         DefaultFont.Name = 'Tahoma'
  276.         DefaultFont.Style = []
  277.         DefaultWidth = 0
  278.         DefaultHeight = 0
  279.         UseSkinFont = True
  280.         ForcedColorUse = False
  281.         ForcedColor = clBlack
  282.         Flat = True
  283.         CanFocused = False
  284.         Radio = True
  285.         Checked = True
  286.         GroupIndex = 1
  287.         Caption = 'Forward'
  288.         AutoSize = True
  289.       end
  290.       object rbBack: TAMCheckRadioBox
  291.         Left = 14
  292.         Top = 45
  293.         Width = 38
  294.         Height = 25
  295.         TabOrder = 2
  296.         SkinData = SkinDataModule.SkinData
  297.         SkinDataName = 'radiobox'
  298.         DefaultFont.Charset = DEFAULT_CHARSET
  299.         DefaultFont.Color = clWindowText
  300.         DefaultFont.Height = 13
  301.         DefaultFont.Name = 'Tahoma'
  302.         DefaultFont.Style = []
  303.         DefaultWidth = 0
  304.         DefaultHeight = 0
  305.         UseSkinFont = True
  306.         ForcedColorUse = False
  307.         ForcedColor = clBlack
  308.         Flat = True
  309.         CanFocused = False
  310.         Radio = True
  311.         Checked = False
  312.         GroupIndex = 1
  313.         Caption = 'Back'
  314.         AutoSize = True
  315.       end
  316.     end
  317.     object tsGetFrom: TbsSkinTabSheet
  318.       Caption = 'Get from'
  319.       object LDate1: TLabel
  320.         Left = 35
  321.         Top = 30
  322.         Width = 24
  323.         Height = 11
  324.         Caption = '        '
  325.         Color = clGreen
  326.         Font.Charset = DEFAULT_CHARSET
  327.         Font.Color = clGray
  328.         Font.Height = 11
  329.         Font.Name = 'Tahoma'
  330.         Font.Style = []
  331.         ParentColor = False
  332.         ParentFont = False
  333.         Transparent = True
  334.       end
  335.       object LDate2: TLabel
  336.         Left = 35
  337.         Top = 60
  338.         Width = 24
  339.         Height = 11
  340.         Caption = '        '
  341.         Color = clGreen
  342.         Font.Charset = DEFAULT_CHARSET
  343.         Font.Color = clGray
  344.         Font.Height = 11
  345.         Font.Name = 'Tahoma'
  346.         Font.Style = []
  347.         ParentColor = False
  348.         ParentFont = False
  349.         Transparent = True
  350.       end
  351.       object LDate3: TLabel
  352.         Left = 35
  353.         Top = 90
  354.         Width = 24
  355.         Height = 11
  356.         Caption = '        '
  357.         Color = clGreen
  358.         Font.Charset = DEFAULT_CHARSET
  359.         Font.Color = clGray
  360.         Font.Height = 11
  361.         Font.Name = 'Tahoma'
  362.         Font.Style = []
  363.         ParentColor = False
  364.         ParentFont = False
  365.         Transparent = True
  366.       end
  367.       object LDate4: TLabel
  368.         Left = 35
  369.         Top = 180
  370.         Width = 24
  371.         Height = 11
  372.         Caption = '        '
  373.         Color = clGreen
  374.         Font.Charset = DEFAULT_CHARSET
  375.         Font.Color = clGray
  376.         Font.Height = 11
  377.         Font.Name = 'Tahoma'
  378.         Font.Style = []
  379.         ParentColor = False
  380.         ParentFont = False
  381.         Transparent = True
  382.       end
  383.       object LDate5: TLabel
  384.         Left = 35
  385.         Top = 210
  386.         Width = 24
  387.         Height = 11
  388.         Caption = '        '
  389.         Color = clGreen
  390.         Font.Charset = DEFAULT_CHARSET
  391.         Font.Color = clGray
  392.         Font.Height = 11
  393.         Font.Name = 'Tahoma'
  394.         Font.Style = []
  395.         ParentColor = False
  396.         ParentFont = False
  397.         Transparent = True
  398.       end
  399.       object LDate6: TLabel
  400.         Left = 35
  401.         Top = 239
  402.         Width = 24
  403.         Height = 11
  404.         Caption = '        '
  405.         Color = clGreen
  406.         Font.Charset = DEFAULT_CHARSET
  407.         Font.Color = clGray
  408.         Font.Height = 11
  409.         Font.Name = 'Tahoma'
  410.         Font.Style = []
  411.         ParentColor = False
  412.         ParentFont = False
  413.         Transparent = True
  414.       end
  415.       object LDate7: TLabel
  416.         Left = 35
  417.         Top = 120
  418.         Width = 24
  419.         Height = 11
  420.         Caption = '        '
  421.         Color = clGreen
  422.         Font.Charset = DEFAULT_CHARSET
  423.         Font.Color = clGray
  424.         Font.Height = 11
  425.         Font.Name = 'Tahoma'
  426.         Font.Style = []
  427.         ParentColor = False
  428.         ParentFont = False
  429.         Transparent = True
  430.       end
  431.       object LDate8: TLabel
  432.         Left = 35
  433.         Top = 150
  434.         Width = 24
  435.         Height = 11
  436.         Caption = '        '
  437.         Color = clGreen
  438.         Font.Charset = DEFAULT_CHARSET
  439.         Font.Color = clGray
  440.         Font.Height = 11
  441.         Font.Name = 'Tahoma'
  442.         Font.Style = []
  443.         ParentColor = False
  444.         ParentFont = False
  445.         Transparent = True
  446.       end
  447.       object rbFileCreatedTime: TAMCheckRadioBox
  448.         Left = 14
  449.         Top = 160
  450.         Width = 95
  451.         Height = 20
  452.         TabOrder = 0
  453.         SkinData = SkinDataModule.SkinData
  454.         SkinDataName = 'radiobox'
  455.         DefaultFont.Charset = DEFAULT_CHARSET
  456.         DefaultFont.Color = clWindowText
  457.         DefaultFont.Height = 13
  458.         DefaultFont.Name = 'Tahoma'
  459.         DefaultFont.Style = []
  460.         DefaultWidth = 0
  461.         DefaultHeight = 0
  462.         UseSkinFont = True
  463.         ForcedColorUse = False
  464.         ForcedColor = clBlack
  465.         Flat = True
  466.         ShowHint = True
  467.         CanFocused = False
  468.         Radio = True
  469.         Checked = False
  470.         GroupIndex = 1
  471.         Caption = 'File Created Time'
  472.         OnClick = rbEXIFDateTimeClick
  473.         AutoSize = True
  474.       end
  475.       object rbFileModifiedTime: TAMCheckRadioBox
  476.         Left = 14
  477.         Top = 190
  478.         Width = 98
  479.         Height = 20
  480.         TabOrder = 1
  481.         SkinData = SkinDataModule.SkinData
  482.         SkinDataName = 'radiobox'
  483.         DefaultFont.Charset = DEFAULT_CHARSET
  484.         DefaultFont.Color = clWindowText
  485.         DefaultFont.Height = 13
  486.         DefaultFont.Name = 'Tahoma'
  487.         DefaultFont.Style = []
  488.         DefaultWidth = 0
  489.         DefaultHeight = 0
  490.         UseSkinFont = True
  491.         ForcedColorUse = False
  492.         ForcedColor = clBlack
  493.         Flat = True
  494.         ShowHint = True
  495.         CanFocused = False
  496.         Radio = True
  497.         Checked = False
  498.         GroupIndex = 1
  499.         Caption = 'File Modified Time'
  500.         OnClick = rbEXIFDateTimeClick
  501.         AutoSize = True
  502.       end
  503.       object rbFileImportedTime: TAMCheckRadioBox
  504.         Left = 14
  505.         Top = 220
  506.         Width = 99
  507.         Height = 20
  508.         TabOrder = 2
  509.         SkinData = SkinDataModule.SkinData
  510.         SkinDataName = 'radiobox'
  511.         DefaultFont.Charset = DEFAULT_CHARSET
  512.         DefaultFont.Color = clWindowText
  513.         DefaultFont.Height = 13
  514.         DefaultFont.Name = 'Tahoma'
  515.         DefaultFont.Style = []
  516.         DefaultWidth = 0
  517.         DefaultHeight = 0
  518.         UseSkinFont = True
  519.         ForcedColorUse = False
  520.         ForcedColor = clBlack
  521.         Flat = True
  522.         ShowHint = True
  523.         CanFocused = False
  524.         Radio = True
  525.         Checked = False
  526.         GroupIndex = 1
  527.         Caption = 'File Imported Time'
  528.         OnClick = rbEXIFDateTimeClick
  529.         AutoSize = True
  530.       end
  531.       object rbEXIFDateTime: TAMCheckRadioBox
  532.         Left = 14
  533.         Top = 10
  534.         Width = 88
  535.         Height = 20
  536.         TabOrder = 3
  537.         SkinData = SkinDataModule.SkinData
  538.         SkinDataName = 'radiobox'
  539.         DefaultFont.Charset = DEFAULT_CHARSET
  540.         DefaultFont.Color = clWindowText
  541.         DefaultFont.Height = 13
  542.         DefaultFont.Name = 'Tahoma'
  543.         DefaultFont.Style = []
  544.         DefaultWidth = 0
  545.         DefaultHeight = 0
  546.         UseSkinFont = True
  547.         ForcedColorUse = False
  548.         ForcedColor = clBlack
  549.         Flat = True
  550.         ShowHint = True
  551.         CanFocused = False
  552.         Radio = True
  553.         Checked = True
  554.         GroupIndex = 1
  555.         Caption = 'EXIF Date Time'
  556.         OnClick = rbEXIFDateTimeClick
  557.         AutoSize = True
  558.       end
  559.       object rbEXIFDateTimeOriginal: TAMCheckRadioBox
  560.         Left = 14
  561.         Top = 40
  562.         Width = 126
  563.         Height = 20
  564.         TabOrder = 4
  565.         SkinData = SkinDataModule.SkinData
  566.         SkinDataName = 'radiobox'
  567.         DefaultFont.Charset = DEFAULT_CHARSET
  568.         DefaultFont.Color = clWindowText
  569.         DefaultFont.Height = 13
  570.         DefaultFont.Name = 'Tahoma'
  571.         DefaultFont.Style = []
  572.         DefaultWidth = 0
  573.         DefaultHeight = 0
  574.         UseSkinFont = True
  575.         ForcedColorUse = False
  576.         ForcedColor = clBlack
  577.         Flat = True
  578.         ShowHint = True
  579.         CanFocused = False
  580.         Radio = True
  581.         Checked = False
  582.         GroupIndex = 1
  583.         Caption = 'EXIF Date Time Original'
  584.         OnClick = rbEXIFDateTimeClick
  585.         AutoSize = True
  586.       end
  587.       object rbEXIFDateTimeDigitized: TAMCheckRadioBox
  588.         Left = 14
  589.         Top = 70
  590.         Width = 131
  591.         Height = 20
  592.         TabOrder = 5
  593.         SkinData = SkinDataModule.SkinData
  594.         SkinDataName = 'radiobox'
  595.         DefaultFont.Charset = DEFAULT_CHARSET
  596.         DefaultFont.Color = clWindowText
  597.         DefaultFont.Height = 13
  598.         DefaultFont.Name = 'Tahoma'
  599.         DefaultFont.Style = []
  600.         DefaultWidth = 0
  601.         DefaultHeight = 0
  602.         UseSkinFont = True
  603.         ForcedColorUse = False
  604.         ForcedColor = clBlack
  605.         Flat = True
  606.         ShowHint = True
  607.         CanFocused = False
  608.         Radio = True
  609.         Checked = False
  610.         GroupIndex = 1
  611.         Caption = 'EXIF Date Time Digitized'
  612.         OnClick = rbEXIFDateTimeClick
  613.         AutoSize = True
  614.       end
  615.       object rbIPTCDateTimeRelease: TAMCheckRadioBox
  616.         Left = 14
  617.         Top = 100
  618.         Width = 131
  619.         Height = 20
  620.         TabOrder = 6
  621.         SkinData = SkinDataModule.SkinData
  622.         SkinDataName = 'radiobox'
  623.         DefaultFont.Charset = DEFAULT_CHARSET
  624.         DefaultFont.Color = clWindowText
  625.         DefaultFont.Height = 13
  626.         DefaultFont.Name = 'Tahoma'
  627.         DefaultFont.Style = []
  628.         DefaultWidth = 0
  629.         DefaultHeight = 0
  630.         UseSkinFont = True
  631.         ForcedColorUse = False
  632.         ForcedColor = clBlack
  633.         Flat = True
  634.         ShowHint = True
  635.         CanFocused = False
  636.         Radio = True
  637.         Checked = False
  638.         GroupIndex = 1
  639.         Caption = 'IPTC Date Time Release'
  640.         OnClick = rbEXIFDateTimeClick
  641.         AutoSize = True
  642.       end
  643.       object rbIPTCDateTimeCreated: TAMCheckRadioBox
  644.         Left = 14
  645.         Top = 130
  646.         Width = 129
  647.         Height = 20
  648.         TabOrder = 7
  649.         SkinData = SkinDataModule.SkinData
  650.         SkinDataName = 'radiobox'
  651.         DefaultFont.Charset = DEFAULT_CHARSET
  652.         DefaultFont.Color = clWindowText
  653.         DefaultFont.Height = 13
  654.         DefaultFont.Name = 'Tahoma'
  655.         DefaultFont.Style = []
  656.         DefaultWidth = 0
  657.         DefaultHeight = 0
  658.         UseSkinFont = True
  659.         ForcedColorUse = False
  660.         ForcedColor = clBlack
  661.         Flat = True
  662.         ShowHint = True
  663.         CanFocused = False
  664.         Radio = True
  665.         Checked = False
  666.         GroupIndex = 1
  667.         Caption = 'IPTC Date Time Created'
  668.         OnClick = rbEXIFDateTimeClick
  669.         AutoSize = True
  670.       end
  671.     end
  672.   end
  673.   object cntLeft: TAMContainer
  674.     Left = 244
  675.     Top = 0
  676.     Width = 108
  677.     Height = 308
  678.     Align = alRight
  679.     DoubleBuffered = False
  680.     object chDefaultTime: TAMCheckRadioBox
  681.       Left = 13
  682.       Top = 83
  683.       Width = 76
  684.       Height = 25
  685.       TabOrder = 0
  686.       SkinData = SkinDataModule.SkinData
  687.       SkinDataName = 'checkboxlight'
  688.       DefaultFont.Charset = DEFAULT_CHARSET
  689.       DefaultFont.Color = clWindowText
  690.       DefaultFont.Height = 13
  691.       DefaultFont.Name = 'Tahoma'
  692.       DefaultFont.Style = []
  693.       DefaultWidth = 0
  694.       DefaultHeight = 0
  695.       UseSkinFont = True
  696.       ForcedColorUse = False
  697.       ForcedColor = clBlack
  698.       Flat = True
  699.       TabStop = True
  700.       CanFocused = True
  701.       Radio = False
  702.       Checked = False
  703.       GroupIndex = 0
  704.       Caption = ' Current Time'
  705.       OnClick = chDefaultTimeClick
  706.       AutoSize = True
  707.     end
  708.     object bCancel: TbsSkinButton
  709.       Left = 14
  710.       Top = 52
  711.       Width = 75
  712.       Height = 24
  713.       TabOrder = 1
  714.       SkinData = SkinDataModule.SkinData
  715.       SkinDataName = 'buttonlight'
  716.       DefaultFont.Charset = DEFAULT_CHARSET
  717.       DefaultFont.Color = clWindowText
  718.       DefaultFont.Height = 13
  719.       DefaultFont.Name = 'Tahoma'
  720.       DefaultFont.Style = []
  721.       DefaultWidth = 0
  722.       DefaultHeight = 0
  723.       UseSkinFont = True
  724.       AllowAllUp = False
  725.       TabStop = True
  726.       CanFocused = True
  727.       Down = False
  728.       GroupIndex = 0
  729.       Caption = 'Cancel'
  730.       NumGlyphs = 2
  731.       Spacing = 1
  732.       Cancel = True
  733.       ModalResult = 2
  734.     end
  735.     object bOk: TbsSkinButton
  736.       Left = 14
  737.       Top = 18
  738.       Width = 75
  739.       Height = 24
  740.       TabOrder = 2
  741.       SkinData = SkinDataModule.SkinData
  742.       SkinDataName = 'buttonlight'
  743.       DefaultFont.Charset = DEFAULT_CHARSET
  744.       DefaultFont.Color = clWindowText
  745.       DefaultFont.Height = 13
  746.       DefaultFont.Name = 'Tahoma'
  747.       DefaultFont.Style = []
  748.       DefaultWidth = 0
  749.       DefaultHeight = 0
  750.       UseSkinFont = True
  751.       AllowAllUp = False
  752.       TabStop = True
  753.       CanFocused = True
  754.       Down = False
  755.       GroupIndex = 0
  756.       Caption = 'Ok'
  757.       NumGlyphs = 2
  758.       Spacing = 1
  759.       Default = True
  760.       ModalResult = 1
  761.     end
  762.   end
  763.   object SkinForm: TbsBusinessSkinForm
  764.     GradientStartColor = clBlack
  765.     GradientEndColor = clBlack
  766.     DrawBackground = True
  767.     ShowIcon = False
  768.     MaximizeOnFullScreen = False
  769.     AlphaBlend = False
  770.     AlphaBlendAnimation = False
  771.     AlphaBlendValue = 200
  772.     ShowObjectHint = False
  773.     MenusAlphaBlend = False
  774.     MenusAlphaBlendAnimation = False
  775.     MenusAlphaBlendValue = 200
  776.     DefCaptionFont.Charset = DEFAULT_CHARSET
  777.     DefCaptionFont.Color = clBtnText
  778.     DefCaptionFont.Height = 13
  779.     DefCaptionFont.Name = 'Tahoma'
  780.     DefCaptionFont.Style = [fsBold]
  781.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  782.     DefInActiveCaptionFont.Color = clBtnShadow
  783.     DefInActiveCaptionFont.Height = 13
  784.     DefInActiveCaptionFont.Name = 'Tahoma'
  785.     DefInActiveCaptionFont.Style = [fsBold]
  786.     DefMenuItemHeight = 20
  787.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  788.     DefMenuItemFont.Color = clWindowText
  789.     DefMenuItemFont.Height = 13
  790.     DefMenuItemFont.Name = 'Tahoma'
  791.     DefMenuItemFont.Style = []
  792.     UseDefaultSysMenu = True
  793.     SkinData = SkinDataModule.SkinDataDlg
  794.     MinHeight = 0
  795.     MinWidth = 0
  796.     Magnetic = False
  797.     MagneticSize = 5
  798.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  799.     Left = 285
  800.     Top = 213
  801.   end
  802.   object IO: TImageEnIO
  803.     PreviewFont.Charset = DEFAULT_CHARSET
  804.     PreviewFont.Color = clWindowText
  805.     PreviewFont.Height = -11
  806.     PreviewFont.Name = 'MS Sans Serif'
  807.     PreviewFont.Style = []
  808.     Left = 264
  809.     Top = 176
  810.   end
  811. end
  812.